home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / intact / s3iapolygon.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  1.1 KB  |  49 lines

  1.  
  2. // JavaScript wrapper for s3iapolygon.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_IAPOLYGONSPEC_H = 1;
  7. include("real/intact/r3intact.js")
  8.  
  9.  
  10. var R3CLID_IAPOLYGONSPEC = 1641;
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18. R3IAPOLYGONSPECA_CurrentPos = 1641500;
  19. function GetR3IAPOLYGONSPECA_CurrentPos() {
  20.   return R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentPos, R3TID_VECTOR, 0); 
  21. }
  22.  
  23. R3IAPOLYGONSPECA_CurrentPara = 1641501;
  24. function GetR3IAPOLYGONSPECA_CurrentPara() {
  25.   return R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentPara, R3TID_VECTOR, 0); 
  26. }
  27.  
  28. R3IAPOLYGONSPECA_CurrentObje = 1641502;
  29. function GetR3IAPOLYGONSPECA_CurrentObje() {
  30.   return R3ToJS(R3Get(this.r3obj, R3IAPOLYGONSPECA_CurrentObje, R3TID_OBJECT, 0)); 
  31. }
  32.  
  33.  
  34.  
  35. function r3Iapolygonspec () { 
  36.    this.base = r3God;
  37.    if(arguments.length) {
  38.       this.base(R3CLID_IAPOLYGONSPEC, arguments);
  39.    }
  40.    // Methods
  41.  
  42.    // Attributes
  43.    this.GetCurrentPos=GetR3IAPOLYGONSPECA_CurrentPos;
  44.    this.GetCurrentPara=GetR3IAPOLYGONSPECA_CurrentPara;
  45.    this.GetCurrentObje=GetR3IAPOLYGONSPECA_CurrentObje;
  46. }
  47.  
  48. r3Iapolygonspec.prototype=new r3Intact;
  49. // s3iapolygon.h_H